toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]PrintCallback
/
Action
Action
public
final
class
Action
extends
AsyncCallbackAction
<
R
>
An action providing a response to the
PrintCallback
.
Members
Constructors
Print
Callback.
Action
Link copied to clipboard
public
void
PrintCallback.Action
(
Consumer
<
Print.Response
>
consumer
)
Functions
cancel
Link copied to clipboard
public
void
cancel
(
)
Notifies the browser that the printing should be canceled.
is
Closed
Link copied to clipboard
public
final
boolean
isClosed
(
)
Returns
true
if this action is closed.
print
Link copied to clipboard
public
void
print
(
)
Notifies the browser to proceed with the printing.
show
Print
Preview
Link copied to clipboard
public
void
showPrintPreview
(
)
Notifies the browser to display the print preview dialog.